home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Think Class Libraries
/
File class library
/
ISLE definitions
/
Cosmetics.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-30
|
400 b
|
18 lines
|
[
TEXT/KAHL
]
/*
Cosmetics.h
Some frivolous things.
October 22, 1991 isl
*/
#define _H_Cosmetics // Include this file only once
#define Begin { // Fond memories of Pascal...
#define End } // ...come to an end
#define Null 0L // A very long zero
#define True (1==1) // Always true in this universe
#define False (1==0) // Always false in this universe